home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 3card_poker.swf / scripts / DefineButton2_5 / BUTTONCONDACTION on(press).as
Text File  |  2006-01-17  |  90b  |  8 lines

  1. on(press){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop("geek");
  5.       play();
  6.    }
  7. }
  8.